submitted-dl-support
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Thu, 22 Sep 2022 20:02:00 +0000 (21:02 +0100)
committerAurelien Jarno <aurel32@debian.org>
Thu, 22 Sep 2022 20:02:00 +0000 (21:02 +0100)
commit74357ac724ffc6e935a3f387d1e15c1764a92e12
tree66220e6cb0d33d9864e727a2632daea3b3adbc7f
parent5885cbfa6f7833d9f8d96cfd831c944b34691226
submitted-dl-support

older versions of glibc would build dl-sysdep as shared-only and dl-support as
static-only.  alpha hooks in a cache variable via dl-auxv.h.  newer versions of
glibc build dl-sysdep as both shared and static which means we now have symbol
duplication for static builds with dl-sysdep and dl-support.  since dl-sysdep
is both shared/static, there is no point in hooking dl-support anymore, so we
can punt it.

Gbp-Pq: Topic alpha
Gbp-Pq: Name submitted-dl-support.diff
sysdeps/unix/sysv/linux/alpha/dl-support.c [deleted file]